home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / save_pri.swf / scripts / DefineSprite_152 / frame_32 / DoAction.as
Text File  |  2010-03-13  |  205b  |  13 lines

  1. if(numbers._currentframe == numbers._totalframes)
  2. {
  3.    _parent.game.interaction = true;
  4.    gotoAndStop("hide");
  5.    play();
  6. }
  7. else
  8. {
  9.    gotoAndStop("loop");
  10.    play();
  11.    numbers.nextFrame();
  12. }
  13.